POST api/[Delivery_11_EndOrderController]/Find
Request Information
URI Parameters
None.
Body Parameters
Request11| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| Folio | integer |
None. |
|
| State | integer |
None. |
|
| Cve_reason | integer |
None. |
|
| Rate | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"Folio": 2,
"State": 3,
"Cve_reason": 4,
"Rate": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.